MessageLastModificationTime Property |
Contains the date and time when the message was last modified.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DateTime LastModificationTime { get; set; }Public Property LastModificationTime As DateTime
Get
Set
Property Value
Type:
DateTimeThe last modification time.
RemarksThis property is initially set to the same value as the
CreationTime property.
See Also